Shader

Shader

extern (C) @nogc nothrow
struct Shader {}

Members

Variables

id
uint id;

Shader program id

locs
int* locs;

Shader locations array (RL_MAX_SHADER_LOCATIONS)

Meta